home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 June / CHIP Turkiye Haziran 1997.iso / shar / wincmd / install.bin / WINCMD32.EXE / 0 / RCDATA / TDLGPACKERINFO / TDLGPACKERINFO.txt
Text File  |  1996-12-31  |  5KB  |  243 lines

  1. object DLGPACKERINFO: TDLGPACKERINFO
  2.   Tag = 1
  3.   Left = 261
  4.   Top = 98
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Properties of packed file'
  8.   ClientHeight = 323
  9.   ClientWidth = 335
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   PixelsPerInch = 96
  15.   Position = poScreenCenter
  16.   TextHeight = 13
  17.   object Close: TButton
  18.     Tag = 12
  19.     Left = 100
  20.     Top = 298
  21.     Width = 85
  22.     Height = 22
  23.     Cancel = True
  24.     Caption = 'Close'
  25.     Default = True
  26.     ModalResult = 1
  27.     TabOrder = 0
  28.     OnClick = CloseClick
  29.   end
  30.   object id_Unpackandstart: TButton
  31.     Tag = 13
  32.     Left = 188
  33.     Top = 298
  34.     Width = 140
  35.     Height = 22
  36.     Caption = '&Unpack and execute'
  37.     TabOrder = 1
  38.     OnClick = id_UnpackandstartClick
  39.   end
  40.   object TabbedNotebook1: TTabbedNotebook
  41.     Tag = 2
  42.     Left = 4
  43.     Top = 4
  44.     Width = 329
  45.     Height = 289
  46.     TabFont.Color = clBtnText
  47.     TabFont.Height = -11
  48.     TabFont.Name = 'MS Sans Serif'
  49.     TabFont.Style = []
  50.     TabOrder = 2
  51.     object TTabPage
  52.       Left = 5
  53.       Top = 26
  54.       Caption = 'General'
  55.       object pFile: TLabel
  56.         Tag = 3
  57.         Left = 10
  58.         Top = 10
  59.         Width = 50
  60.         Height = 16
  61.         AutoSize = False
  62.         Caption = 'File:'
  63.       end
  64.       object packed_file: TLabel
  65.         Left = 60
  66.         Top = 10
  67.         Width = 259
  68.         Height = 16
  69.         AutoSize = False
  70.         Caption = '?'
  71.         WordWrap = True
  72.       end
  73.       object Packer: TLabel
  74.         Tag = 4
  75.         Left = 10
  76.         Top = 49
  77.         Width = 130
  78.         Height = 16
  79.         AutoSize = False
  80.         Caption = 'Packer:'
  81.       end
  82.       object packed_packer: TLabel
  83.         Left = 140
  84.         Top = 49
  85.         Width = 175
  86.         Height = 16
  87.         AutoSize = False
  88.         Caption = '?'
  89.         WordWrap = True
  90.       end
  91.       object Originalsize: TLabel
  92.         Tag = 5
  93.         Left = 10
  94.         Top = 73
  95.         Width = 130
  96.         Height = 16
  97.         AutoSize = False
  98.         Caption = 'Original size:'
  99.       end
  100.       object packed_orgsize: TLabel
  101.         Left = 140
  102.         Top = 73
  103.         Width = 175
  104.         Height = 16
  105.         AutoSize = False
  106.         Caption = '?'
  107.         WordWrap = True
  108.       end
  109.       object Packedsize: TLabel
  110.         Tag = 6
  111.         Left = 10
  112.         Top = 96
  113.         Width = 130
  114.         Height = 16
  115.         AutoSize = False
  116.         Caption = 'Packed size:'
  117.       end
  118.       object packed_packedsize: TLabel
  119.         Left = 140
  120.         Top = 96
  121.         Width = 175
  122.         Height = 16
  123.         AutoSize = False
  124.         Caption = '?'
  125.         WordWrap = True
  126.       end
  127.       object Compressionratio: TLabel
  128.         Tag = 7
  129.         Left = 10
  130.         Top = 120
  131.         Width = 130
  132.         Height = 16
  133.         AutoSize = False
  134.         Caption = 'Compression ratio:'
  135.       end
  136.       object packed_compression: TLabel
  137.         Left = 140
  138.         Top = 120
  139.         Width = 175
  140.         Height = 16
  141.         AutoSize = False
  142.         Caption = '?'
  143.         WordWrap = True
  144.       end
  145.       object Method: TLabel
  146.         Tag = 8
  147.         Left = 10
  148.         Top = 143
  149.         Width = 130
  150.         Height = 16
  151.         AutoSize = False
  152.         Caption = 'Method:'
  153.       end
  154.       object packed_method: TLabel
  155.         Left = 140
  156.         Top = 143
  157.         Width = 175
  158.         Height = 16
  159.         AutoSize = False
  160.         Caption = '?'
  161.         WordWrap = True
  162.       end
  163.       object Date: TLabel
  164.         Tag = 9
  165.         Left = 10
  166.         Top = 183
  167.         Width = 130
  168.         Height = 16
  169.         AutoSize = False
  170.         Caption = 'Date:'
  171.       end
  172.       object packed_date: TLabel
  173.         Left = 140
  174.         Top = 183
  175.         Width = 175
  176.         Height = 16
  177.         AutoSize = False
  178.         Caption = '?'
  179.         WordWrap = True
  180.       end
  181.       object Time: TLabel
  182.         Tag = 10
  183.         Left = 10
  184.         Top = 206
  185.         Width = 130
  186.         Height = 16
  187.         AutoSize = False
  188.         Caption = 'Time:'
  189.       end
  190.       object packed_time: TLabel
  191.         Left = 140
  192.         Top = 206
  193.         Width = 175
  194.         Height = 16
  195.         AutoSize = False
  196.         Caption = '?'
  197.         WordWrap = True
  198.       end
  199.       object Attributes: TLabel
  200.         Tag = 11
  201.         Left = 10
  202.         Top = 230
  203.         Width = 130
  204.         Height = 16
  205.         AutoSize = False
  206.         Caption = 'Attributes:'
  207.       end
  208.       object packed_attr: TLabel
  209.         Left = 140
  210.         Top = 230
  211.         Width = 175
  212.         Height = 16
  213.         AutoSize = False
  214.         Caption = '?'
  215.         WordWrap = True
  216.       end
  217.       object Bevel1: TBevel
  218.         Left = 10
  219.         Top = 36
  220.         Width = 300
  221.         Height = 9
  222.         Shape = bsTopLine
  223.       end
  224.       object Bevel2: TBevel
  225.         Left = 10
  226.         Top = 169
  227.         Width = 300
  228.         Height = 9
  229.         Shape = bsTopLine
  230.       end
  231.     end
  232.   end
  233.   object Translate1: TTranslate
  234.     Tag = 5420
  235.     Left = 8
  236.     Top = 296
  237.   end
  238.   object ResolutionFix1: TResolutionFix
  239.     Left = 44
  240.     Top = 296
  241.   end
  242. end
  243.